home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
fltnclok
/
about.frm
next >
Wrap
Text File
|
1995-05-08
|
4KB
|
122 lines
VERSION 2.00
Begin Form about
BorderStyle = 1 'Fixed Single
Caption = "About Floating Clock"
ClientHeight = 3840
ClientLeft = 3975
ClientTop = 2595
ClientWidth = 4905
ClipControls = 0 'False
ControlBox = 0 'False
Height = 4245
Left = 3915
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
MousePointer = 1 'Arrow
ScaleHeight = 3840
ScaleWidth = 4905
Top = 2250
Width = 5025
Begin PictureBox Picture1
BorderStyle = 0 'None
Height = 495
Left = 120
Picture = ABOUT.FRX:0000
ScaleHeight = 495
ScaleWidth = 495
TabIndex = 1
Top = 120
Width = 495
End
Begin CommandButton Command1
Caption = "OK"
Height = 495
Left = 1920
TabIndex = 0
Top = 2760
Width = 1215
End
Begin Label Label7
Caption = "P.S. Thanks, Rat Loaf@AOL.COM for the on-top code"
Height = 255
Left = 120
TabIndex = 8
Top = 3480
Width = 4695
End
Begin Label Label6
Alignment = 2 'Center
Caption = "INTERNET: JClementJr@aol.com"
Height = 255
Left = 0
TabIndex = 7
Top = 2040
Width = 4935
End
Begin Label Label5
Alignment = 2 'Center
Caption = "Your Comments, As Always, Are Appreciated!"
Height = 255
Left = 120
TabIndex = 6
Top = 2400
Width = 4695
End
Begin Label Label4
Alignment = 2 'Center
Caption = "For more information, please feel free to contact the author at the following address:"
Height = 495
Index = 0
Left = 0
TabIndex = 5
Top = 1560
Width = 4935
WordWrap = -1 'True
End
Begin Label Label3
Alignment = 2 'Center
Caption = "Introduced as Freeware Aug. 29, 1994."
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 12
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 375
Left = 120
TabIndex = 4
Top = 1080
Width = 4815
End
Begin Label Label2
Alignment = 2 'Center
Caption = "by JAMES CLEMENT, JR."
Height = 255
Left = 240
TabIndex = 3
Top = 720
Width = 4455
End
Begin Label Label1
Alignment = 2 'Center
Caption = "Floating Clock"
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 24
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 615
Left = 360
TabIndex = 2
Top = 120
Width = 4335
End
End
Sub Command1_Click ()
about.Hide
End Sub